Skip to content

feat(runtime): add support for python 3.10 #2137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 18, 2023
Merged

Conversation

rubenfonseca
Copy link
Contributor

@rubenfonseca rubenfonseca commented Apr 18, 2023

Issue number: #2136

Summary

Changes

Please provide a summary of what's being changed

This PR makes the necessary changes to support the new Python 3.10 runtime.

User experience

Please share what the user experience looks like before and after this change

After this change, our project will be tested againt Python 3.10, including the E2E tests.
With this PR we also fix a problem with the current E2E tests that were running pn Python 3.9 only.

Checklist

If your change doesn't seem to apply, please leave them unchecked.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@boring-cyborg boring-cyborg bot added dependencies Pull requests that update a dependency file github-actions Pull requests that update Github_actions code tests labels Apr 18, 2023
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 18, 2023
@github-actions github-actions bot added the feature New feature or functionality label Apr 18, 2023
@pull-request-size pull-request-size bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 18, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (365aa7c) 97.48% compared to head (b9c10c6) 97.48%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2137   +/-   ##
========================================
  Coverage    97.48%   97.48%           
========================================
  Files          147      147           
  Lines         6835     6836    +1     
  Branches       483      497   +14     
========================================
+ Hits          6663     6664    +1     
  Misses         136      136           
  Partials        36       36           

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

METRICS_VALIDATION_SLA: float = 0.002
METRICS_SERIALIZATION_SLA: float = 0.002
METRICS_VALIDATION_SLA: float = 0.003
METRICS_SERIALIZATION_SLA: float = 0.003
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once I added python 3.10 the performance got slightly worse :(

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ruben, I reverted this change. Looks like it was a one-time glitch.

@rubenfonseca rubenfonseca marked this pull request as ready for review April 18, 2023 12:39
@rubenfonseca rubenfonseca requested a review from a team as a code owner April 18, 2023 12:39
@rubenfonseca rubenfonseca requested review from leandrodamascena and removed request for a team April 18, 2023 12:39
@rubenfonseca rubenfonseca linked an issue Apr 18, 2023 that may be closed by this pull request
2 tasks
@leandrodamascena leandrodamascena changed the title feat: add support for python 3.10 feat(runtime): add support for python 3.10 Apr 18, 2023
Copy link
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only made a few comments that are not critical, but it's very good!
Great job Ruben!

METRICS_VALIDATION_SLA: float = 0.002
METRICS_SERIALIZATION_SLA: float = 0.002
METRICS_VALIDATION_SLA: float = 0.003
METRICS_SERIALIZATION_SLA: float = 0.003
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ruben, I reverted this change. Looks like it was a one-time glitch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file feature New feature or functionality github-actions Pull requests that update Github_actions code github-templates size/M Denotes a PR that changes 30-99 lines, ignoring generated files. tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add support for Python 3.10
3 participants